GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-18T23:18:15.469959+00:00",
"SubmitDate": "2025-12-18T23:18:15.469959+00:00",
"ReportPeriodStart": "2025-12-18T23:18:15.469959+00:00",
"ReportPeriodEnd": "2025-12-18T23:18:15.469959+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f9bae526-c785-4422-94f5-7f5e3538468d",
"Rows": [
{
"ItemId": "e7120501-626c-4117-bb92-04a037a47774",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7120501-626c-4117-bb92-04a037a47774",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f9bae526-c785-4422-94f5-7f5e3538468d",
"Rows": [
{
"ItemId": "e7120501-626c-4117-bb92-04a037a47774",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7120501-626c-4117-bb92-04a037a47774",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"99a9d029-3082-4a46-bab7-ea8032732197",
"a5181025-0207-47eb-8446-6f2c1bad7c7e"
],
"Approvers": [
"c3967dc8-b831-48d0-a6dd-7bae7a94614c",
"48cbc928-af8a-4c0c-897e-82836ffc5927"
],
"ApprovedBy": "31e550f1-2d38-4ebe-b56d-adcb2220f8d8",
"ApprovalDate": "2025-12-18T23:18:15.469959+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "219fd4e8-affa-427e-917f-33e65b061218",
"id": "be9e2013-2893-4606-ae5d-d350ebb7d2ae",
"ConfigId": "bb9de446-be09-4af6-b7ed-324db080c81b"
},
{
"GenerationDate": "2025-12-18T23:18:15.469959+00:00",
"SubmitDate": "2025-12-18T23:18:15.469959+00:00",
"ReportPeriodStart": "2025-12-18T23:18:15.469959+00:00",
"ReportPeriodEnd": "2025-12-18T23:18:15.469959+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f9bae526-c785-4422-94f5-7f5e3538468d",
"Rows": [
{
"ItemId": "e7120501-626c-4117-bb92-04a037a47774",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7120501-626c-4117-bb92-04a037a47774",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f9bae526-c785-4422-94f5-7f5e3538468d",
"Rows": [
{
"ItemId": "e7120501-626c-4117-bb92-04a037a47774",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7120501-626c-4117-bb92-04a037a47774",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"99a9d029-3082-4a46-bab7-ea8032732197",
"a5181025-0207-47eb-8446-6f2c1bad7c7e"
],
"Approvers": [
"c3967dc8-b831-48d0-a6dd-7bae7a94614c",
"48cbc928-af8a-4c0c-897e-82836ffc5927"
],
"ApprovedBy": "31e550f1-2d38-4ebe-b56d-adcb2220f8d8",
"ApprovalDate": "2025-12-18T23:18:15.469959+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "219fd4e8-affa-427e-917f-33e65b061218",
"id": "be9e2013-2893-4606-ae5d-d350ebb7d2ae",
"ConfigId": "bb9de446-be09-4af6-b7ed-324db080c81b"
}
]